@media screen and (max-width: 1700px) and (min-width:0px) {
  section {
    padding-top: 120px;
  }

  .aboutText .text {
    line-height: 2;
    width: 80%;
  }

  .aboutNumber {
    margin-top: 30px;
  }



  .HonorSlide {
    justify-content: center;
  }
}

@media screen and (max-width: 1440px) and (min-width:0px) {
  section {
    padding-top: 100px;
  }

  .title>h1 {
    font-size: 36px;
  }

  .title h2 {
    font-size: 28px;
  }

  .boxPorductList .container {
    padding-top: 50px;
  }

  .bannerTxt span {
    font-size: 38px;
  }

  .bannerTxt>h1 {
    font-size: 18px;
  }

  .bannerTxt a {
    font-size: 16px;
    width: 160px;
    height: 36px;
    line-height: 34px;
  }

  .PorductListSlide .text .list span {
    margin-right: 15px;
    padding: 0 15px;
    width: 140px;
  }

  .PorductListSlide .text .list span a {
    font-size: 16px;
  }

  .PorductListSlide .text>a {
    margin-top: 15px;
  }

  .PorductListSlide .text .list {
    margin-top: 0px;
  }

  .swiper-button-prev {
    bottom: 15px !important;
  }

  .swiper-button-next {
    bottom: 15px !important;
  }

  .aboutText .text {
    width: 100%;
    line-height: 2;
  }

  .aboutText span {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .HonorBigBox .container {
    padding-top: 50px;
  }

  .HonorList a {
    line-height: 26px;
    height: 28px;
  }

  .HonorSwiper .swiper-slide-active, .HonorSwiper .swiper-slide-duplicate-active {
    transform: scale(0.8);
  }

  .HonorSwiper .swiper-slide-prev {
    transform: scale(0.7);
  }

  .HonorSwiper .swiper-slide-next {
    transform: scale(0.7);
  }

  .HonorSlide {
    transform: scale(0.6);
  }

  .PartnerBox img {
    width: 100%;
  }
}
